From 6cc01301475450f64c9d529099b55a527df21fb7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Mar 2014 12:49:32 -0400 Subject: [PATCH] wayland: Mark ourselves as not supporting compositing The compositing that is meant here is really specific to the X11 Composite extension, and does not apply to Wayland. This is very rarely used functionality anyway, and none of the other backends support it. --- gdk/wayland/gdkdisplay-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/wayland/gdkdisplay-wayland.c b/gdk/wayland/gdkdisplay-wayland.c index 5429112084..5e71483611 100644 --- a/gdk/wayland/gdkdisplay-wayland.c +++ b/gdk/wayland/gdkdisplay-wayland.c @@ -416,7 +416,7 @@ gdk_wayland_display_supports_input_shapes (GdkDisplay *display) static gboolean gdk_wayland_display_supports_composite (GdkDisplay *display) { - return TRUE; + return FALSE; } static GList * -- 2.30.2